submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 25 Oct 2022 05:23:17 +0000 (06:23 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 25 Oct 2022 05:23:17 +0000 (06:23 +0100)
commit0ba3d13e8115797d6346eda35602bc9007e384bc
treee4759e5bff36a1d6ac4d8f25a69196b4abba102a
parent0d112dc73e5c6db186d0ae141c52c0f66713142f
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]